home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.3 / Group4 / ISSIMG.dll / RCDATA / TFILENAMEFRM / TFILENAMEFRM.txt
Text File  |  1997-10-04  |  888b  |  50 lines

  1. object FileNameFrm: TFileNameFrm
  2.   Left = 258
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Name'
  7.   ClientHeight = 73
  8.   ClientWidth = 287
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 157
  20.     Height = 13
  21.     Caption = 'Enter File Name To Use (No Ext.)'
  22.   end
  23.   object FileName: TEdit
  24.     Left = 8
  25.     Top = 24
  26.     Width = 169
  27.     Height = 21
  28.     MaxLength = 8
  29.     TabOrder = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 192
  33.     Top = 8
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 192
  42.     Top = 40
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Cancel'
  46.     TabOrder = 2
  47.     Kind = bkCancel
  48.   end
  49. end
  50.